runtime.heapStatsDelta.largeFreeCount (field)
8 uses
runtime (current package)
arena.go#L912: atomic.Xadd64(&stats.largeFreeCount, 1)
metrics.go#L250: hist.counts[len(hist.counts)-1] = in.heapStats.largeFreeCount
metrics.go#L610: a.totalFrees = a.largeFreeCount
mgcsweep.go#L794: atomic.Xadd64(&stats.largeFreeCount, 1)
mstats.go#L397: nFree := consStats.largeFreeCount
mstats.go#L686: largeFreeCount uint64 // number of frees for large objects (>maxSmallSize)
mstats.go#L710: a.largeFreeCount += b.largeFreeCount
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |